#!/bin/sh
# 8/27/2009 Gary Li
# run this script to setup the environment for 
# mentor graphics calibre
#echo "You must run this script as '. calibre-setup' 
#      - note the 'dot' and space is necessary
#      you only need to run it once per session"
PATH=/app2/mentor/calibre/ixl_cal_2013.3_28.19/bin:$PATH
MGC_HOME=/app2/mentor/calibre/ixl_cal_2013.3_28.19
LM_LICENSE_FILE=1717@bullrun-1
MGLS_LICENSE_FILE=$LM_LICENSE_FILE
ulimit -f unlimited
export PATH MGC_HOME LM_LICENSE_FILE MGLS_LICENSE_FILE
echo "======================================================
Mentor Calibre licensing environment has been setup.
Documentations are located under 
/app/mentor/calibre/ixl_cal_2009.1_17.14/docs
======================================================"